Skip to content

chore: update version to 6.0.64#663

Merged
lzwind merged 1 commit into
linuxdeepin:masterfrom
GongHeng2017:202605141528-master-chore
May 14, 2026
Merged

chore: update version to 6.0.64#663
lzwind merged 1 commit into
linuxdeepin:masterfrom
GongHeng2017:202605141528-master-chore

Conversation

@GongHeng2017
Copy link
Copy Markdown
Contributor

@GongHeng2017 GongHeng2017 commented May 14, 2026

  • bump version to 6.0.64

Log : bump version to 6.0.64

Summary by Sourcery

Chores:

  • Update Debian changelog entry to reflect version 6.0.64.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented May 14, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates the Debian packaging changelog to bump the project/package version to 6.0.64.

File-Level Changes

Change Details Files
Bump the packaged application version to 6.0.64 in Debian metadata.
  • Update the latest Debian changelog entry to reflect version 6.0.64
  • Ensure the changelog log message matches the new version number for this release
debian/changelog

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@github-actions
Copy link
Copy Markdown

TAG Bot

TAG: 6.0.64
EXISTED: no
DISTRIBUTION: unstable

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

- bump version to 6.0.64

Log : bump version to 6.0.64
@GongHeng2017 GongHeng2017 force-pushed the 202605141528-master-chore branch from 4959310 to 4853071 Compare May 14, 2026 07:37
@deepin-ci-robot
Copy link
Copy Markdown

deepin pr auto review

你好!我是CodeGeeX。我已经仔细审查了你提供的 Git Diff 输入。

本次提交是一个 Debian Changelog 的更新,版本号从 6.0.63 升级到 6.0.64。下面我将从语法逻辑、代码质量、代码性能和代码安全四个维度对该变更进行审查,并给出改进意见。

审查意见

1. 语法逻辑

  • 日期格式问题:Changelog 中的日期写的是 Thu, 14 May 2026。根据日历,2026年5月14日是星期四,语法上符合 Debian Changelog 要求的 RFC 2822 格式(Day, DD Mon YYYY HH:MM:SS +ZONE)。但是,年份为2026年明显是未来的时间。这通常是因为系统时钟错误或测试时随意填写导致的。Debian 的打包工具(如 dpkg-parsechangelog)在解析时,如果发现日期在未来,可能会导致打包警告甚至构建失败。
  • 条目格式:条目的格式(空格、缩进、署名格式)符合 Debian 规范,逻辑上没有问题。

2. 代码质量

  • 提交信息规范性:Changelog 中提到了两项修改:Chore: Code optimizationFix(battery): get battery info error.。信息较为简略。虽然这符合基本的 Changelog 编写习惯,但对于一个设备管理器来说,“获取电池信息错误”是一个比较关键的用户侧 Bug,建议在 Changelog 或对应的 Git Commit Message 中补充更具体的触发条件或影响范围,以便于后续的版本追溯。
  • 大小写一致性:第一条使用了首字母大写的 Chore,而上一版本(6.0.63)使用的是小写的 chore。建议在同一项目的 Changelog 中保持风格统一。

3. 代码性能

  • 不适用:Changelog 文件是纯文本的版本记录文件,不涉及运行时逻辑,因此对代码性能无影响。

4. 代码安全

  • 邮箱信息泄露:署名中包含了开发者的内部邮箱 <gongheng@uniontech.com>。这在开源软件或内部打包中是标准做法,不视为安全漏洞。但需注意,如果该项目完全公开且开发者不希望暴露内部员工姓名拼音,可考虑使用团队通用邮箱(如 packages@uniontech.com)。

改进建议

  1. 修正日期:请确保日期为真实的当前时间,而不是未来的时间。你可以使用 date -R 命令获取当前正确的 RFC 2822 格式时间并替换。
  2. 统一大小写风格:建议将 Chore 改为小写的 chore,与历史版本保持一致。
  3. 丰富修复说明(可选):如果该电池 Bug 影响较大,建议稍微丰富一下描述。

修改后的示例

diff --git a/debian/changelog b/debian/changelog
index 5696d9c9..a7170c3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+deepin-devicemanager (6.0.64) unstable; urgency=medium
+
++  * chore: Code optimization
+  * fix(battery): Fixed an error where battery info could not be read on specific models.
+
+ -- gongheng <gongheng@uniontech.com>  Tue, 14 May 2024 15:33:02 +0800
+
 deepin-devicemanager (6.0.63) unstable; urgency=medium
 
   * chore: Update version to 6.0.63

(注:示例中假设正确年份为2024年,并调整了大小写和描述)

总结:Changelog 的结构本身没有问题,最核心的需要修改的是未来时间 2026 年,请在提交前使用 dch -i 或手动将其修正为当前真实时间。

@deepin-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: GongHeng2017, lzwind

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@lzwind lzwind merged commit 83a3b2e into linuxdeepin:master May 14, 2026
21 of 23 checks passed
@deepin-bot
Copy link
Copy Markdown
Contributor

deepin-bot Bot commented May 14, 2026

TAG Bot

Tag created successfully

📋 Tag Details
  • Tag Name: 6.0.64
  • Tag SHA: 9a4976ce57d7e000be60a0bbdfa7dec76150c1fd
  • Commit SHA: 4853071956fda5a81e1e00de7aa0bdd583ae50db
  • Tag Message:
    Release deepin-devicemanager 6.0.64
    
    
  • Tagger:
    • Name: GongHeng2017
  • Distribution: unstable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants